﻿*{margin:0;padding:0;}
img{border:0px;}
body{margin:0;background:#fff;font-family:"Microsoft YaHei",微软雅黑,Verdana,Arial,Helvetica,sans-serif,STHeiti,MingLiu;}
a{text-decoration:none;}
li{list-style:none;}
.fr{float:right}
.fl{float:left}
.clear{clear:both;}
.pd20{padding-bottom:20px}
.pt20{padding-top:20px}
.p10{padding:10px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mt10{margin-top:10px;}

#top2_box {
	background: #00742a;
	width: 100%;
	height: 40px;
}
#top2_box .top2 {
	width: 1170px;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 30px;
}
a.bai:link {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-family: "微软雅黑", arial, 宋体;
}
#top2_box .top2 span {
	background: url(../images/mob.png) left center no-repeat;
	font-size: 16px;
	padding-left: 20px;
	color: #fff;
	margin-left: 390px;
}
.logo_box {
	width: 100%;
	height: 120px;
}
.top {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 600px;
	line-height: 120px;
	float: left;
	text-align: left;
}

.head_tel {
	width: 400px;
	line-height: 120px;
	float: right;
	text-align: right;
}
#top_box {
	width: 100%;
	height: 60px;
	background: #00a13a;
}
.nav {
	width: 1200px;
	height: 60px;
	float: left;
}
.nav ul li {
	float: left;
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 60px;
}
.nav ul li:hover{
	color: #fff;
	font-weight: bold;
	background: #006f28;
}
/*banner*/
    .banner{
      width: 100%;
      /*height: 426px;*/
      /*background: black;*/
      /*子绝父相*/
      position: relative;
      /*超出部分全部隐藏，解决横向滚动条*/
      overflow: hidden;
    }
    .banner ul{
      position: absolute;
    }
    .banner ul li{
      /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
      width: 100%;
      height: 426px;
      float: left;
      background:  no-repeat center center;
    }
    /*.banner ul li:nth-child(1){*/
      /*background: url('./1.jpg') no-repeat center center;*/
    /*}*/
    /*.banner ul li:nth-child(2){*/
      /*background: url('./2.jpg') no-repeat center center;*/
    /*}*/
    /*.banner ul li:nth-child(3){*/
      /*background: url('./3.jpg') no-repeat center center;*/
    /*}*/
    .banner ol{
      /*width: 60px;*/
      height: 20px;
      background: rgba(0,0,0,0.5);
      position: absolute;
      left:50%;
      /*margin-left: -40px;*/
      bottom: 30px;
      padding: 0 10px;
      border-radius: 10px;
    }
    .banner ol li{
      width: 10px;
      height: 10px;
      float: left;
      margin: 5px 5px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
      cursor: pointer;
    }
    .banner ol .current{
      background: rgba(255,255,255,1);
    }
    .banner i{
      width: 58px;
      height: 120px;
      position: absolute;
      top: 50%;
      margin-top: -60px;
      cursor: pointer;
      border-radius: 5px;
      display: none;
    }
    .banner .left{
      left: 60px;
      background: url('../images/banner/left_right.png') no-repeat 0 0px;
    }
    .banner .right{
      right: 60px;
      background: url('../images/banner/left_right.png') no-repeat 0px -120px;
    }
    .banner .left:hover , .banner .right:hover{
      background-color: rgba(0, 0, 0, 0.31);
    }
.bannerb{width:100%;height:40px;background:url(../images/banner/bannerb.gif) repeat-x;}
.banner_bg{width:100%;height:40px;margin:0 auto;background:#222}
.banner_bg .banner{width:1140px;font-size:14px;color:#eee;line-height:40px;height:40px;margin:0 auto;}

.pro_tt {
	width: 1200px;
	text-align: center;
	margin: 20px auto;
}
.pro_tt h2 {
	color: #555;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	background: url(../images/33.png) center bottom no-repeat;
	font-weight: normal;
}
.pro_tt h4 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
}
.body_menu {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.ndh {
	height: auto;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 32px;
	width: 1200px;
	margin-bottom: 10px;
	text-align:center;
}
.ndh li {
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.ndh a {
	background: url(../images/ndh.png) no-repeat center top;
	display: block;
	height: 50px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	transition: all 0.5s;
}
.ndh a:hover {
	background: url(../images/ndho.png) no-repeat center top;
	transition: all 0.5s;
}
.about {
	width: 100%;
	height: 600px;
	margin: 0px auto;
	padding: 20px 0px;
	background: url(../images/about_bg.jpg) bottom right no-repeat #11702c;
}
.about h2 {
	color: #555;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	background: url(../images/33.png) center bottom no-repeat;
	font-weight: normal;
}
.about h2 a {
	color: #FFF;
	text-decoration: none;
}
.h20 {
	height: 20px;
}
.about p {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 30px;
	width: 1200PX;
	color: #fff;
	margin: 0px auto;
}
.about ul {
	width: 1200px;
	height: 250px;
	margin: 0px auto;
}
.about ul li {
	width: 278px;
	height: 208px;
	float: left;
	text-align: center;
	margin: 20px 5px;
	border: solid 1px #33bd5a;
	padding: 5px;
}
.about ul li img {
	width: 278px;
	height: 208px;
}
.case_box {
	width: 100%;
	background: #f8f8f8;
	height: 700px;
}
.case_box h2 {
	color: #555;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	background: url(../images/33.png) center bottom no-repeat;
	font-weight: normal;
}
.case_box h4 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
}
.case_box ul {
	width: 1200px;
	height: 250px;
	margin: 20px auto;
}
.cppic {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}
.cppic dl dt {
	width: 278px;
	height: 208px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
	text-align:center;
}
.cppic dl dt img {
	max-width: 100%;
	height: 208px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.cppic dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #dddddd;
	color: #000;
	font-size: 16px;
}
.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.cppic a:hover dl dd {
	background: #00a13a;
	width: 280px;
	height: 40px;
	color: #fff;
}
#news_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	height: 580px;
}
#news_box h2 {
	color: #555;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	background: url(images/33.png) center bottom no-repeat;
	font-weight: normal;
}
#news_box h4 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	line-height: 43px;
	text-align: center;
	margin: 0 auto;
}
.video-box {
	width: 580px;
	height: 400px;
	float: left;
	margin-right: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #00a13a;
}
.video-box img {
	width: 580px;
	height: 340px;
}
.video-box p {
	padding: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	width: 580px;
	font-weight: bold;
}
#news_box .xw_nr {
	width: 600px;
	height: 400px;
	float: right;
}
.sv_info4 li {
	width: 600px;
	height: 90px;
	border: dashed 1px #ccc;
	float: left;
	margin: 0px 0px 10px 0px;
}
.xwleft {
	background: #515151;
	width: 70px;
	height: 70px;
	margin: 10px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.xwleft p {
	font-size: 22px;
	width: 70px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-top: 10px;
}
.xwtitle {
	color: #000;
	padding-left: 20px;
	padding-top: 5px;
}
.xw14hui {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	padding: 0px 20px;
	height: 130px;
}
.xwtitle a {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	text-align: left;
}

.xwtitle a:hover {
	color: #ff0000;
}

.foot1_box {
	width: 100%;
	background: #00a13a;
	height: 270px;
	border-bottom: 1px solid #00742a;
	min-width: 1300px;
}
.foot1_body {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.foot_ul {
	padding-bottom: 30px;
	padding-top: 50px;
}
.foot_ul li {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 170px;
	overflow: hidden;
}
.foot_line {
	background: url(../images/foot_line.jpg) no-repeat right;
}
.foot_ul li .F_title {
	font-size: 18px;
	color: #FFF;
	line-height: 40px;
	text-align: left;
}

.foot_li_sty {
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}
a.hui:link {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑", arial, 宋体;
}
.foot_menu {
	margin: 0 auto;
	margin-left: 0px;
	float: left;
}
.foot_menu li {
	width: 180px;
	height: 30px;
	float: left;
	margin-left: 0px;
	list-style: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
a.hui:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #ffb901;
	font-family: "微软雅黑", arial, 宋体;
}
.copy_sty {
	width: 100%;
	background: #00742a;
	height: 40px;
	min-width: 1200px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	min-width: 1300px;
}

/*内页*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.cfl {
	float: left;
}
.nconl {
	width: 300px;
}
.nylx1 {
	width: 270px;
	background: #EFEFEF;
	margin: 0px 0px;
}
.nylx1 h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #00a13a;
}
.tongyong-l-2 {
	float: left;
	width: 270px;
	/* height: 579px; */
	background: #047b2f;
}
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 270px;
}
.cpMu {
	z-index: 999;
	position: relative;
	height: 45px;
	border-bottom: 1px solid #069c40;
	line-height: 45px;
	text-indent: 20px;
	background: url(../images/index-sanji.png) 225px center no-repeat #047b2f;
}

.cpMu a {
	color: #fff;
}
.cpMu:hover {
	background: url(../images/index-sanji.png) 225px center no-repeat #004bb0;
}
.nylx {
	width: 270px;
	background: #EFEFEF;
	margin: 20px 0px;
}
.nylx h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #00a13a;
}
.nconr {
	width: 890px;
}
.cfr {
	float: right;
}
.nconr h3 {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	color: #000;
}
.nconr h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #888;
}
.nconr h3 span a {
	color: #888;
}
.nconr h3 span a:hover{text-decoration:underline;}
.body_content {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 30px;
	font-size:14px;color:#666
}
.body_content img{max-width:100%}

/*分页*/
.flickr {clear: both;font-family: Verdana;font-size: 12px;margin:30px auto;padding: 0;text-align: center;width: 100%;clear:both}
.flickr span {color: #999;margin-right: 3px;padding: 3px 6px;}
.flickr a {background-position: 50% bottom;border-color: #2868a5;border-style: solid;border-width: 1px;color: #333;margin-right: 3px;padding: 3px 6px;text-decoration: none;}
.flickr span.disabled {color: #adaaad;margin-right: 3px;padding: 2px 6px;}
.flickr a:hover {background-color: #2868a5;background-image: none;border-style: solid;border-width: 1px;color: #fff;}


.nconl {
	width: 300px;
}
.nylx1 {
	width: 270px;
	background: #EFEFEF;
	margin: 0px 0px;
}
.nylx1 h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #00a13a;
}
.tongyong-l-2 {
	float: left;
	width: 270px;
	/* height: 579px; */
	background: #047b2f;
}
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 270px;
}
/*chan产品*/
.tongyong-r-bot {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.tongyong-r-bot ul {
	width: 100%;
}
.tongyong-r-bot ul li {
	width: 277px;
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
}
.index-class-list1-top {text-align:center;
	width: 275px;
	height: 206px;
	border: 1px solid #e4e4e4;
}
.img_sty {
	overflow: hidden;
}
.index-class-list1-top img {
	display: block;
	margin: 0 auto;
	max-width:100%;
	height: 206px;
}
.img_sty img {
	cursor: pointer;
	transition: all 0.6s;
}
.index-class-list1-bot {
	width: 100%;
	background: #e5e5e5;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #323232;
}
.index-class-list1-bot a{color:#666;font-size:16px}
.img_sty img:hover {
	transform: scale(1.2);
}
.tongyong-r-bot ul li:hover .index-class-list1-bot {
	background: #047b2f;
}
.tongyong-r-bot ul li:hover .index-class-list1-bot a {
	color: #fff;
}

/*新闻列表*/
.xw2{width: 100%;height: auto;margin: 0 auto;}
.xw2 li {clear: both;margin-bottom: 16px;height: 105px;border-bottom: dashed 1px #ccc;}
.xw2 li > p {color: #9a9a9a;float: left;font: 16px/36px "Microsoft YaHei";height: 36px;margin-left: 1%;overflow: hidden;width: 99%;}
.xw2 li > p > a {float: left;}
.pg-color {color: #363636;}
.xw2 li > p > span {float: right;font-size: 13px;padding: 0 1% 0 0;}
.prod7-right {color: #7c7c7c;float: left;font: 14px/30px "Microsoft YaHei";height: 60px;margin-left: 1%;overflow: hidden;width: 99%;}
.xw2 li > p > a:hover {color: #ff9d10;text-indent: 2em;transition: all 0.3s ease-in-out 0s;}

/*详情页*/
.news_detailtitle {
	color: #000;
	font-size: 16px;
	text-align: center;
	width: 100%;
	line-height: 30px;
}
.news_detail_time {border-bottom:solid 1px #ddd;height:30px;line-height:30px;
	color: #666;
	font-size: 14px;
	margin-top: 3px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}


/*产品分页*/
.pageNavi{border-top: 1px solid #292929;margin: 10px auto 0;padding: 10px 0 25px;text-align: center;width: 98%;color:#666}
.pageleft {height: 24px;line-height: 24px;overflow: hidden;width: 300px;}
.pageleft {float: left;font-size: 14px;padding-left: 10px;text-align: left;}
.pageNavi a {color: #666;font-size: 14px;}
.pageNavi a:hover{color:#CD1A1A}
.pageright {height: 24px;line-height: 24px;overflow: hidden;width: 300px;}
.pageright {float: right;font-size: 14px;padding-right: 10px;text-align: right;}


